RxUserControl.ViewModel property¶
Defined in
Type: RxUserControlReactiveMarbles.ViewModel.WinForms
Assembly: ReactiveMarbles.ViewModel.WinForms.dll
Applies to
net8.0-windows10.0.19041
Attributes: [Category("ReactiveMarbles")] [Description("The ViewModel.")] [Bindable(true)] [DesignerSerializationVisibility(DesignerSerializationVisibility.0)]
public TViewModel? ViewModel { get; set; }
Inherited documentation
These docs were inherited from IAmViewFor<TViewModel>. The member doesn't override them on this type.
Summary: Gets or sets the ViewModel corresponding to this specific View. This should be a DependencyProperty if you're using XAML.
Returns: TViewModel?